home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / irit.cfg < prev    next >
Text File  |  1997-05-01  |  1KB  |  44 lines

  1. ;The startup file - make it null string if none is needed. This file
  2. ;will be searched along the DOS PATH setup, starting from current directory.
  3. StartFile    "iritinit.irt"
  4.  
  5. ;Format control on floating pointing numbers printing format.
  6. ;Be careful. If you use float instead of double, use "%-8.6g".
  7. FloatFrmt    "%-8.6lg"
  8.  
  9. ;If TRUE (default) generates graphics. Otherwise only generates geometry
  10. ; but it can not be displayed.
  11. DoGraphics    TRUE
  12.  
  13. ;If TRUE, uses interpolation to compute product of Bspline curves and surfaces.
  14. ;Otherwise, split into Bezier pieces first. Interpolation is slower but does
  15. ;not give up continuity as splitting to Bezier does.
  16. InterpProd    TRUE
  17.  
  18. ;Colors to objects loaded using LOAD command (if not specified in object
  19. ;itself), for boolean objects results, and primitive objects created.
  20. ;Color are supported only on EGA/VGA system as follows:
  21. ;
  22. ; BLACK         =  0
  23. ; BLUE         =  1
  24. ; GREEN         =  2
  25. ; CYAN         =  3
  26. ; RED         =  4
  27. ; MAGENTA      =  5
  28. ; BROWN         =  6
  29. ; LIGHTGRAY     =  7
  30. ; DARKGRAY     =  8
  31. ; LIGHTBLUE     =  9
  32. ; LIGHTGREEN     =  10
  33. ; LIGHTCYAN     =  11
  34. ; LIGHTRED     =  12
  35. ; LIGHTMAGENTA     =  13
  36. ; YELLOW     =  14
  37. ; WHITE         =  15
  38. ;
  39. LoadColor    1
  40. PrimColor    4
  41.  
  42. ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
  43. LogFile        "irit.log"
  44.